type runtime.iface
11 uses
runtime (current package)
alg.go#L155: a := (*iface)(p)
alg.go#L300: a := (*iface)(p)
alg.go#L381: x := *(*iface)(p)
alg.go#L382: y := *(*iface)(q)
iface.go#L673: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L674: *dst = iface{assertE2I(inter, e._type), e.data}
iface.go#L678: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L679: *dst = iface{assertE2I(inter, e._type), e.data}
mfinal.go#L249: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
print.go#L259: func printiface(i iface) {
runtime2.go#L205: type iface struct {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |